Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.profiler
/
PositionTickInfo
Position
Tick
Info
data class
PositionTickInfo
(line:
Int
, ticks:
Int
)
Content copied to clipboard
Specifies a number of samples attributed to a certain source position.
Constructors
Properties
Sources
Constructors
PositionTickInfo
Link copied to clipboard
fun
PositionTickInfo
(line:
Int
, ticks:
Int
)
Content copied to clipboard
On this page
On this page
Properties
line
Link copied to clipboard
val
line
:
Int
Content copied to clipboard
Source line number (1-based).
ticks
Link copied to clipboard
val
ticks
:
Int
Content copied to clipboard
Number of samples attributed to the source line.
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page